home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_272 / frame_19 / DoAction.as
Text File  |  2007-09-28  |  142b  |  13 lines

  1. if(mCount < 5)
  2. {
  3.    mCount++;
  4.    gotoAndStop("gD");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("g1");
  10.    play();
  11.    _parent.endDrink();
  12. }
  13.